Welcome![Sign In][Sign Up]
Location:
Search - c web server

Search list

[Windows DevelopWebCamService_src_update1

Description: WebCamService -> contains the library and webservice WebCamServiceSample -> contains the client that connects to the webservice make sure that you update the web reference to your web server.-WebCamService-> contains the library and webservice WebCamServiceSample-> contains the client that connects to the webservice make sure that you update the web reference to your web server.
Platform: | Size: 355328 | Author: SeanTang | Hits:

[GIS program1

Description: Web-GIS与.NET开发源代码,使用C#语言开发基于ArcGIS Server的Web GIS-Web-GIS and. NET development of source code, use the C# language development of Web GIS based on ArcGIS Server
Platform: | Size: 10352640 | Author: 王青 | Hits:

[GIS programWebGIS-development-ArcGIS-Server-and.NET

Description: 《WebGIS开发-ArcGIS Server与.NET》源码,国内第一本Web GIS开发实战手册,以丰富的实例,系统、全面地介绍了基于Web服务的GIS开发,使用C#语言开发基于ArcGIS Server的Web GIS.-WebGIS development-ArcGIS Server and. NET. Web GIS development of China s first actual combat in this manual to a wealth of examples, systematic and comprehensive introduction to GIS-based Web services development, using C# language development based on ArcGIS Server for Web GIS.
Platform: | Size: 10306560 | Author: 小白鲨 | Hits:

[Internet-Networkwince-web-server-webcomp

Description: 利用GoAhead构建嵌入式web应用。在wince环境下的webcomp程序。-/* * webcomp-- Compile web pages into C source * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution license requirements * * $Id: webcomp.c,v 1.3 2002/10/24 14:44:50 bporter Exp $
Platform: | Size: 2048 | Author: 邵德勋 | Hits:

[ARM-PowerPC-ColdFire-MIPSLED

Description: STM32开放版驱动网页控制LED。stm32103vb-STM32 Web control LED u8 enc28j60ReadOp(u8 op, u8 address) { u8 dat = 0 ENC28J60_CSL() dat = op | (address & ADDR_MASK) SPInet_ReadWrite(dat) dat = SPInet_ReadWrite(0xFF) // do dummy read if needed (for mac and mii, see datasheet page 29) if (address & 0x80) { dat = SPInet_ReadWrite(0xFF) } // release CS ENC28J60_CSH() return dat }
Platform: | Size: 831488 | Author: xunyao | Hits:

[Web ServerWeb

Description: 简单的WEB服务器,C++代码,供初学者参考-Simple WEB server, C++ code, reference for beginners
Platform: | Size: 2048 | Author: yeqingqing | Hits:

[Internet-NetworkWeb

Description: websocket 通信实现 可以自己设为服务端 需用jjey-websocket communication server implementation can set their own required jjey
Platform: | Size: 1967104 | Author: 周勇 | Hits:

[CSharpProficient-Visual-C-Sharp-2005

Description: 精通Visual C#2005 本书内容完备,包含从C#.net技术入门到内容完整的综合实例的全部内容,介绍了利用C#开发控制台程序、ASP.NET Web应用、ASP.NET Web Server的技术-Proficient Visual C# 2005 book is comprehensive, containing from C#. Net Technology Introduction to the content fully integrated the entire contents of an instance, describes the use of C# development of console applications, ASP.NET Web applications, ASP.NET Web Server technology
Platform: | Size: 6705152 | Author: giszhangke | Hits:

[Web Serversuresh.c

Description: this is a code for multitheraded web server
Platform: | Size: 2048 | Author: Madhura Suresh | Hits:

[Web ServerHttpServer

Description: 一个实用的C++ web服务器,性能好。-A practical C++ web server performance.
Platform: | Size: 933888 | Author: lanchy | Hits:

[Internet-NetworkphpServer

Description: C++写的web server ,优化支持PHP-C++ web server
Platform: | Size: 40960 | Author: lee | Hits:

[Program docweb

Description: web服务器的c语言实现,在linux环境,实现电脑之间文件共享-web server c language in linux environment, file sharing between computers
Platform: | Size: 2048 | Author: 何金丹 | Hits:

[OS Developserver

Description: C#简单的网站接收数据 从网站读取表格- Web server
Platform: | Size: 47104 | Author: 张恩彪 | Hits:

[Internet-Networksuresh.c

Description: this is a code for multitheraded web server
Platform: | Size: 2048 | Author: ledonJu | Hits:

[CSharpMiniHttpd-an-HTTP-web-server-library

Description: 套优秀的基于C#开发的 HTTP webserver -HTTP webserver
Platform: | Size: 1299456 | Author: xuedong | Hits:

[Internet-Networkserver

Description: a simple Unix-based Web server which is developed in C on a Unix-based OS.
Platform: | Size: 2048 | Author: band | Hits:

[Internet-Networkweb

Description: 实验4 Web服务器(多线程,可以多个浏览器访问多个不同文件) 要求:(1)TCP (2)C/S (3)http 摘要:设计一个简单的web服务器,它仅能处理一个请求。 具体: Web服务器: 当一个客户(浏览器,输入URL:http://127.0.0.1/index.html)连接时创建一个连接套接字; 从连接套接字接收http请求报文。 解释该请求以确定所请求的文件(解析文件名); 从服务器的文件系统获得请求的文件。 创建一个由请求的文件组成的http响应报文。(报文包含状态行+实体体)。 经TCP连接想请求的浏览器发送响应。如果浏览器请求的文件不在服务器,服务器返回“404 Not Found”差错报文。 注意:1)如果80端口已经被其他进程占用,服务器端口改为5050。则浏览器输入的URL:http://127.0.0.1:5050/index.html-Experiment 4 Web server Requirements: (1) TCP             (2) C/S             (3) http Abstract: The design of a simple web server, it can handle only one request. Specifically: Web server: Create a connection socket connection When a client (//127.0.0.1/index.html browser, enter the URL:: http) Http request message is received the connection socket. Interpret the request to determine the requested file (file name parsing) Access to documents requested the server s file system. Create a document requested by the composition of http response packets. (Packet contains a status line+ solid body). After TCP connection would like to request the browser sends a response. If the file is not in the server browser requests, the server returns 404 Not Found error message. Note: 1) If port 80 is already in use by another process server port to 5050. Enter the URL of your browser: http: //127.0.0.1: 5050/index.html
Platform: | Size: 1207296 | Author: 刘强 | Hits:

[Web Serversrc

Description: 使用多线程模式实现服务器升级接口,支持APP客户端, 蓝牙,嵌入式的升级方式-interface functions for C++ web server
Platform: | Size: 6144 | Author: 鲍陈飞 | Hits:

[Internet-NetworkHTTPClient

Description: CHttpClient is a helper class using WinInet API. The purpose of this class is to help you interact with a HTTP web server. The class design goal is as follows: Easy to use. As many flexibilities as possible. Strict error handling. I will briefly show you how to use this class. All detailed description has been documented in the attached help file.
Platform: | Size: 61440 | Author: henwudi544 | Hits:

[Web ServerTestWebServer.tar

Description: linux下c语言实现web服务器搭建。实现静态网页浏览(Implementation of web server building in C language under Linux)
Platform: | Size: 228352 | Author: qwer2 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 26 »

CodeBus www.codebus.net